feat(showcase): ADR-0047 — lookup quick-filter example (project)#1800
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Adds the project master-detail field to the Task List view's dropdown filters: the record-picker dropdown path (search + multi-select records) that CRM consumers (hotcrm account workbench: owner user lookup) rely on. Browser-verified + covered by objectui e2e (user-filters.spec.ts). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
xuyushun441-sys
force-pushed
the
feat/adr-0047-lookup-filter-example
branch
from
June 13, 2026 01:21
efb51fc to
25ea20b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
{ field: 'project' }(a master-detail lookup) to the showcase Task List view's quick filters — the record-picker dropdown (search box + multi-select record list) that CRM consumers depend on (hotcrm#383 filters accounts byowner, a user lookup).Browser-verified against the live stack and locked by objectui#1682 (
e2e/live/user-filters.spec.ts: picker opens, record selection narrows the grid, persists asuf_project).🤖 Generated with Claude Code